home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE window SYSTEM "chrome://yoono/locale/restoreBkm.dtd">
-
-
- <?xml-stylesheet href="chrome://yoono/skin/bookmarks/bookmarksdlg.css" type="text/css"?>
-
- <dialog
- id="yoono-dialog-bookmarks"
- title="yoono"
- orient="vertical"
- buttons="accept,cancel"
- ondialogaccept="return onAcceptDialog()"
- ondialogcancel="return onCancelDialog()"
- onload="onInitDialog()"
- persist="screenX screenY"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml">
-
- <script type="application/javascript" src="restoreBkm.js"/>
-
- <box class="yoono-dlgheader-box" align="end">
- <hbox class="header-title" align="center">
- <image class="bookmarks-header-pict"/>
- <label class="header" value="&bmarks.restore.header;"/>
- </hbox>
- </box>
-
- <vbox class="yoono-dlgcontent-box" flex="1">
-
- <description class="presentation">
- &bmarks.presentation; <hint>&bmarks.presentation.hint;</hint>
- </description>
-
- <hbox flex="1" id="yoono-inner-box">
-
- <listbox id="backups-list" onselect="onSelectBackup(this.selectedItem)" />
-
- <html:iframe id="backup-preview" xul:flex="1" onload="alert('onload');" />
-
- </hbox>
-
- <hbox id="select-history-box" align="center">
-
- <label value="&bmarks.numarchives.label;"/>
-
- <menulist id="maxhistorymenu" oncommand="onChangeMaxHistory(this.selectedItem.value)">
- <menupopup>
- <menuitem label="5" value="5"/>
- <menuitem label="10" value="10"/>
- <menuitem label="15" value="15"/>
- <menuitem label="20" value="20"/>
- <menuitem label="25" value="25"/>
- <menuitem label="30" value="30"/>
- </menupopup>
- </menulist>
- </hbox>
-
- </vbox>
-
- <hbox class="yoono-dlgbutton-box" align="end">
- <button dlgtype="cancel" label="&bmarks.cancel.label;"/>
- <spacer flex="1"/>
- <button dlgtype="accept" class="bookmarks-iconic" id="acceptbtn"
- label="&bmarks.restorebtn.label;"
- disabled="true"/>
- </hbox>
-
- <stringbundle id="bundle" src="chrome://yoono/locale/bookmarks.properties"/>
-
- </dialog>
-